Eplan Platform API
Eplan.EplApi.HEServices Namespace / PrePlanningService Class / MoveUp Method / MoveUp(ICollection<PlanningSegment>) Method
Collection of pre planning objects which should be moved. Can't be null or empty.

In This Topic
    MoveUp(ICollection<PlanningSegment>) Method
    In This Topic
    Moves objects one position up in navigator.
    Syntax

    Parameters

    colObjects
    Collection of pre planning objects which should be moved. Can't be null or empty.
    Exceptions
    ExceptionDescription
    Thrown when parameter colObjects is a null value.
    Thrown when collection colObjects is empty or when any of objects have different parent.
    Remarks
    All objects in collection needs to have the same parent. In other case none of them will be moved. Parent of first object is considered as correct parent. If any of objects is first child it won't be moved. There is no matter in what order items in collection will be passed.
    See Also